home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Demo / pysvr / README < prev   
Encoding:
Text File  |  1997-07-20  |  325 b   |  10 lines

  1. This is an example of a multi-threaded C application embedding a
  2. Python interpreter.
  3.  
  4. The particular application is a multi-threaded telnet-like server that
  5. provides you with a Python prompt (instead of a shell prompt).
  6.  
  7. The file pysvr.py is a prototype in Python.
  8.  
  9. THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!
  10.